SpinButton: Desensitise +/- buttons as appropriate
authorDaniel Boles <dboles@src.gnome.org>
Sat, 17 Mar 2018 15:39:36 +0000 (15:39 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sat, 17 Mar 2018 15:53:50 +0000 (15:53 +0000)
commit41a5e744d82efe95cb1e145caf2f3c3f22eac950
tree9c1ce0becee6bd928383039a43dbd6dad1e0421b
parenta25dcd0f7495825be8f6c8e3c2de4e0b431a3ff3
SpinButton: Desensitise +/- buttons as appropriate

The logic for this in 3 got lost in the move from gadgets to widgets. We
must update the sensitivities when :wrap, :value, or the bounds change.

Close: https://gitlab.gnome.org/GNOME/gtk/issues/88
gtk/gtkspinbutton.c